home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / xcmd / xcmdmens.sit / xcmd-menus.sit / Menus For HyperCard™ / card_7353.txt < prev    next >
Text File  |  1989-07-14  |  1KB  |  69 lines

  1. -- card: 7353 from stack: in
  2. -- bmap block id: 6312
  3. -- flags: 0000
  4. -- background id: 6668
  5. -- name: hint
  6. ----- HyperTalk script -----
  7. on arrowKey direction
  8.   if direction is "left" or direction is "right" then
  9.     visual effect dissolve
  10.     go to first card
  11.   else pass arrowKey
  12. end arrowKey
  13.  
  14. on doMenu what
  15.   if what is in "First Next Prev Last" then
  16.     visual effect dissolve
  17.     go to first card
  18.   else pass doMenu
  19. end doMenu
  20.  
  21.  
  22.  
  23. -- part 1 (field)
  24. -- low flags: 01
  25. -- high flags: 2000
  26. -- rect: left=68 top=155 right=337 bottom=447
  27. -- title width / last selected line: 0
  28. -- icon id / first selected line: 0 / 0
  29. -- text alignment: 0
  30. -- font id: 16
  31. -- text size: 12
  32. -- style flags: 0
  33. -- line height: 16
  34. -- part name: 
  35.  
  36.  
  37. -- part 4 (button)
  38. -- low flags: 00
  39. -- high flags: 0000
  40. -- rect: left=465 top=309 right=335 bottom=501
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 1012 / 1012
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: 
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   visual effect dissolve
  52.   go to first card
  53. end mouseUp
  54.  
  55.  
  56.  
  57. -- part contents for card part 1
  58. ----- text -----
  59. Row & Column Reports
  60. Multiple Condition Selections
  61. Multiple Sort Fields
  62. Totals, Sub-Totals, &Averages
  63. Calculated Fields
  64. Free Form Reports
  65. Column & Page Breaks
  66. New Math, Financial, & Scientific Functions
  67. And Much More...
  68.  
  69. Available October '87